Docker Commands that we will learn in this lecture: 1. docker build -t luckyapp:v1 -f Dockerfile . 2. docker run -p 5002:8080 -v D:/Emails:/app/Emails luckywinner:v1